home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5616 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.uni-c.dk!inet!perjac
  2. From: perjac@inet.uni-c.dk (Per Jacobsen)
  3. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.misc
  4. Subject: Re: How the heck to you specify a mouse as hotkey?
  5. Followup-To: comp.sys.amiga.programmer,comp.sys.amiga.misc
  6. Date: 17 Mar 1996 16:23:22 GMT
  7. Organization: The Shadows' Parking lot
  8. Message-ID: <4ihe9q$sa5@news.uni-c.dk>
  9. References: <4if2bt$77k@rock101.genie.net>
  10. NNTP-Posting-Host: inet.uni-c.dk
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. IAN J. EINMAN (i.einman@genie.com) wrote:
  14. > >>It seems you can specify things like LMOUSE/RBUTTON etc, but it doesn't
  15. > seem to work?
  16.  
  17. > If you want to try (and it won't work) to use the actual mousepress, you use like
  18. > "RAWMOUSE LBUTTON" or something like that...  but commodities does not seem to allow
  19. > rawmouse/rawkey at this time.
  20.  
  21. It seems to work under 3.0 after all, perhaps it's a question of 
  22. insufficient documentation (yet again), someone suggested something along 
  23. the lines of:
  24.  
  25. "RAWMOUSE LBUTTON MOUSE_LEFTPRESS"
  26.  
  27. And surprise surprise, it actually works. The commodity gets signalled 
  28. every time you click the left key! This is of course a bit dangerous 
  29. since the event is being eaten, thously you can't click on anything else :)
  30.  
  31.  
  32.  
  33. ----
  34. Use 80 characters in usenet postings
  35.  
  36.